﻿* {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    font-size: 12px;
    font-family: "Microsoft YaHei";
}

a {
    color: #333;
    text-decoration: none;
}

    a:hover {
        color: #f60;
    }

.clear {
    clear: both;
}

.top {
    height: 44px;
    line-height: 44px;
    color: #fff;
    background: #FF865D;
    /*border-bottom: 1px solid #d8d8d8;*/
    position: fixed;
    width: 100%;
    z-index: 999;
}

    .top ul {
        width: 100%;
    }

        .top ul li {
            float: left;
            text-align: center;
        }

.go_back {
    width: 10%;
}

    .go_back a img {
        border-width: 0;
        /*margin-top: 8px;*/
        width: 9px;
        height: 14px;
    }

.top_title {
    width: 80%;
    font-size: 18px;
}

.go_next {
    width: 10%;
}

/*搜索*/
.search_box {
    padding: 10px;
    position: relative;
    padding-top: 50px;
}

    .search_box p {
        /*margin-right: 105px;*/
        margin-right: 10px;
        height: 30px;
    }

.logo_right {
    position: absolute;
    width: 565px;
    height: 60px;
    padding: 3px;
    right: 10px;
    bottom: 10px;
}

.txtSearch {
    width: 100%;
    border: 1px solid #d8d8d8;
    outline: none;
    height: 30px;
    padding: 0 5px;
    float: left;
    font-size: 14px;
    color: #888;
}

.btnSearch {
    position: absolute;
    top: 10px;
    right: 10px;
    -moz-appearance: none;
    background-image: linear-gradient(to bottom, #fbfbfb, #f3f3f3);
    border: 1px solid #d8d8d8;
    cursor: pointer;
    height: 32px;
    width: 60px;
    font-size: 16px;
    font-weight: bold;
    color: #FF7F00;
    display: none;
}

.txtSearch_hover {
    border: 1px solid #f60;
    border-right: none;
}

.btnSearch_hover {
    border: 1px solid #f60;
    color: white;
    background: #f60;
}

.searchType {
    color: #3c3c3c;
    margin-top: 10px;
}

    .searchType input, .searchType label {
        float: left;
    }

    .searchType input {
        margin: 2px 5px 0;
    }

    .searchType label {
        margin-right: 10px;
    }


.hover {
    border: 1px solid #f60;
    border-left: none;
    border-right: none;
}

.searchResult {
    margin: 10px 0;
    display: none;
}

.searchCityName {
    height: 30px;
    line-height: 30px;
    /*margin: 0 15px;*/
    font-size: 14px;
    width:25%;
    float:left;
}

    .searchCityName a {
        font-size: 14px;
        display: block;
        text-align:center;
    }

.line {
    height: 2px;
    margin-bottom: 2px;
    border-bottom: 1px solid #ddd;
    display:none;
}

.hotCity {
    background: #fff;
}

    .hotCity h3 {
        height: 25px;
        line-height: 25px;
        padding-left: 10px;
        font-size: 14px;
        font-weight: bold;
        background: #efefef;
    }

/*.wordNav{ position: fixed;top: 90px;right: 10px;width: 10px; }
.wordNav a{ display: block;text-align: center;}*/

.bottomNav {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

    .bottomNav h3 {
        width: 40px;
        float: right;
        background: #efefef;
        text-align: center;
        color: #5b5b5b;
        font-weight: normal;
        cursor: pointer;
    }

.wordNav {
    background: #efefef;
    clear: both;
}

    .wordNav a {
        display: inline-block;
        float: left;
        padding: 5px 5px 0 5px;
    }

    .hotCityList{
        padding:5px 0;
    }